-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdba: add image capture support #78
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please rework the capture protocol. On receiving the command from kbd client should open the file and send the command to the server. Then on each chunk received from the server it should append it to the file. Receiving empty capture message should specify that the whole file has been sent. The client should forbid sending more 'capture' commands until previous one has completed.
- Please drop extra YUV conversion. If you need additional information regarding YUV formats please ping me.
44b6651
to
c9cf9cb
Compare
ed7b689
to
88fa875
Compare
a separate "address review comments" commit is unnecessary (unless it's for your own tracking), as github provides a nice |
01208e7
to
5242b6a
Compare
5242b6a
to
8273105
Compare
@RayyanAnsari last item. "The base branch requires all commits to be signed. Learn more about signing commits." |
Add support for capturing an image from the server and saving it on the client with a new command, ^A i. Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
8273105
to
00b5fc2
Compare
The commit should now be signed. |
Add support for capturing an image from the server and saving it on the client with a new command, ^A i.